
ابتدا این فایل را دانلود نمایید: http://uplod.ir/tnhasctiircq/%D9%81%D9%88%D9%86%D8%AA.zip.htm
اموزش نصب:
1- فایل زیپو تو هاستتون اپلود کنیدو از حالت فشرده در بیارید
توجه: با این کار ممکنه chat.js شما عوض بشه پس بهتره کداشو بزارید توی جی اس
2-کد chat.js
این کدو پیدا کنید
کد PHP:
//(Start) Font Art auswaehlen und in hidden-Inputs eintragen --------------------
$("kursiv").onclick = function(){
$("italic").value = ($("kursiv").checked) ? "italic" : "normal";
$('message').style.fontStyle = ($("kursiv").checked) ? "italic" : "normal";
}
$("fett").onclick = function(){
$("bold").value = ($("fett").checked) ? "bold" : "normal";
$('message').style.fontWeight = ($("fett").checked) ? "bold" : "normal";
با کد زیر جایگذین کنید
2-فایل MessageInserter.class.php موجود در فایل زیپ رو پیشنهاد میکنم با فایل اصلی جابه جا کنید.اگرم میخواید جابه جا نکنید کده خامش توی پوشه موجود هست
3_وارد chat.tpl.html بشید و خط زیرو پیدا کنید
حالا این کدو زیرش بزارید
حالا این خط هارو پیدا کنید
این کدو زیرش قرار بدید
کد PHP:
//(Start) Font Art auswaehlen und in hidden-Inputs eintragen --------------------
$("kursiv").onclick = function(){
$("italic").value = ($("kursiv").checked) ? "italic" : "normal";
$('message').style.fontStyle = ($("kursiv").checked) ? "italic" : "normal";
}
$("fett").onclick = function(){
$("bold").value = ($("fett").checked) ? "bold" : "normal";
$('message').style.fontWeight = ($("fett").checked) ? "bold" : "normal";
}
$("family").onchange = function(){
var x = $("family").selectedIndex;
var y= $("family").options;
if (y[x].index=="0")
{
$('message').style.fontFamily = "tahoma";
$("face").value = "tahoma";
}else if (y[x].index=="1")
{
$('message').style.fontFamily = "B Yekan";
$("face").value = "B Yekan";
}else if (y[x].index=="2")
{
$('message').style.fontFamily = "BMorvarid";
$("face").value = "BMorvarid";
}else if (y[x].index=="3")
{
$('message').style.fontFamily = "BNarm";
$("face").value = "BNarm";
}
else if (y[x].index=="4")
{
$('message').style.fontFamily = "BSinaBold";
$("face").value = "BSinaBold";
} else if (y[x].index=="5")
{
$('message').style.fontFamily = "BTitrTGEBold";
$("face").value = "BTitrTGEBold";
}else if (y[x].index=="6")
{
$('message').style.fontFamily = "BZiba";
$("face").value = "BZiba";
}else if (y[x].index=="7")
{
$('message').style.fontFamily = "BKoodakBold";
$("face").value = "BKoodakBold";
}
}
$("size").onchange = function(){
var x = $("size").selectedIndex;
var y= $("size").options;
if (y[x].index=="0")
{
$('message').style.fontSize = "13px";
$("1000tarhsize").value = "13px";
}else if (y[x].index=="1")
{
$('message').style.fontSize = "15px";
$("1000tarhsize").value = "15px";
}else if (y[x].index=="2")
{
$('message').style.fontSize = "16px";
$("1000tarhsize").value = "16px";
}else if (y[x].index=="3")
{
$('message').style.fontSize = "17px";
$("1000tarhsize").value = "17px";
}
}
3_وارد chat.tpl.html بشید و خط زیرو پیدا کنید
کد PHP:
<link href="styles/<?php echo $_SESSION['etchat_'.$this->_prefix.'style']; ?>/style.css" rel="stylesheet" type="text/css"/>
کد PHP:
<link href="styles/etchat_white/1000tarh.css" rel="stylesheet" type="text/css"/>
کد PHP:
<input type="hidden" name="room" id="room" value="1" />
<input type="hidden" name="privat" id="privat" value="" />
<input type="hidden" name="bold" id="bold" value="normal" />
<input type="hidden" name="italic" id="italic" value="normal" />
<input type="hidden" name="face" id="face" value="byekan" />
<input type="hidden" name="color" id="color" value="#<?php echo $_SESSION['etchat_'.$this->_prefix.'textcolor']; ?>" />
کد PHP:
<input type="hidden" name="1000tarhsize" id="1000tarhsize" value="15" />
منبع:www.holo-design.ir